Crate anstyle_svg

source ·
Expand description

Convert ANSI escape codes to SVG

See Term

§Example

let vte = std::fs::read_to_string("tests/rainbow.vte").unwrap();
let svg = Term::new().render_svg(&vte);

demo of supported styles

Structs§

Constants§

  • Typical colors that are used when booting PCs and leaving them in text mode
  • Campbell theme, used as of Windows 10 version 1709.